Disable XI2 in gtk_test_init()
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 20 Dec 2010 12:48:10 +0000 (13:48 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 20 Dec 2010 12:55:38 +0000 (13:55 +0100)
commit7030492a3b57191c3e1ae7728bb69999e8c9a555
tree54296479fdcefaa7550651b7f31d69353cc14b7a
parentca7fe1cb730f9459e4fc4466912443b386d83109
Disable XI2 in gtk_test_init()

gdk_test_simulate_*() uses XSendEvent, which doesn't currently work
with XI2/GenericEvents, so make tests use core events for the time
being. Luckily there's a lot more to test than low-level event
handling in these tests.
gtk/gtktestutils.c